WAT 構文
code:memo
(module
(global $a val (mut i32) (i32.const 1))
(global $b val (mut i32) (i32.const 2))
(global $c val (mut i32) (i32.const 0))
(func $main (export "main")
(global.set $c val - Ê
(i32.add (global.get $a val) (global.get $b val))
)
)
)